home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d18 / lzhtv10.arc / PRODEF.INC < prev    next >
Text File  |  1989-04-21  |  329b  |  13 lines

  1.  
  2. {$undef DEBUGGING}             (* define to enable test code *)
  3.  
  4. {$I+}    {I/O checking}
  5. {$N-}    {Numeric coprocessor}
  6. {$V-}    {Relaxes string typing}
  7. {$B-}    {Boolean complete evaluation}
  8. {$S-}    {Stack checking}
  9. {$R-}    {Range checking}
  10. {$D-}    {Global debug information}
  11. {$L-}    {Local debug information}
  12.  
  13.